home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / ra / ranews20.zip / NEWSDOOR.DOC < prev    next >
Text File  |  1992-03-05  |  5KB  |  126 lines

  1.  
  2.  
  3.                  NewsDoor v2.0 by Terry Marrs
  4.                  Copyright (c) 1990 by Boring Software.
  5.  
  6.  
  7.  
  8. Warranty: I promise that this door will take up space on your hard drive.
  9.       I also will promise that I will not be held responsible for any
  10.       damage done by this program. If it does damage you computer, most
  11.       likely it did mine also so you have gotten your revenge.
  12.  
  13. System:  I wrote this for Remote Access v1.11. If you are running anything 
  14.      else, good luck on getting this running. 
  15.  
  16. Purpose: I wrote this door for several reasons. I did not like having
  17.      go through the other news door programs every time I logged on,
  18.      even when I had read all the news. This door is set up to cure this
  19.      problem. When a user has not read the mail, he is automatically
  20.      taken to the NEWSDOOR. If he has read the mail, he does not see the
  21.      NEWSDOOR, in fact, it is not even loaded. Setup procedures should
  22.      clear up any questions. I do suggest getting a copy of a program
  23.      that will set a flag for all users. This is because
  24.      a flag is used to specify if a user has read the news or not. If
  25.      the flag YOU specify is on, the user is taken to the NEWSDOOR where
  26.      he must read the news. When he is done reading the news, NEWSDOOR
  27.      turns the NEWS flag off. That way, when the user has read the news,
  28.      the automatic menu option used to run NEWSDOOR is skipped.
  29.  
  30.  
  31.  
  32. Install: Follow these steps for easy installment:
  33.  
  34.      1) Create a new directory off of your BBS directory.
  35.         
  36.         Example:  C:\ra\NEWSDOOR
  37.  
  38.      2) Unzip the files into that directory.
  39.         The files contained in this zip are:
  40.  
  41.           NEWSDOOR.EXE - The executable (as if you didn't know)
  42.           NEWSDOOR.CFG - The sample config file(That's a hard one)
  43.           NEWSDOOR.DOC - This document(Are you really this stupid?)
  44.  
  45.      3) Edit NEWSDOOR.CFG. The format is as follows.
  46.  
  47.         Line 1 - The user flag to toggle.
  48.  
  49.         Line 2 - The number of NEWS items. This program allows up to 10
  50.  
  51.         Line 3 - The title of the NEWS item. What the user will see.
  52.  
  53.         Line 4 - The number of seconds to pause before allowing the
  54.              user to return to the main NEWS screen.
  55.    
  56.         Line 5 - The file you want displayed when the above option is 
  57.              selected. Example
  58.  
  59.             C:\RA\TXTFILES\NEWS1
  60.                         ^
  61.                         Notice there is no .ans or .asc
  62.                         NewsDoor will append the 
  63.                         appropriate suffix if the user 
  64.                         has ASNI turned on.
  65.  
  66.         -->Continue the line 3 trough 5 format for all the options<--
  67.         -->Refer to the NewsDoor.cfg file for an example.                                        <--
  68.  
  69.      4) In your main BBS directory, create a NEWSDOOR.BAT file.
  70.         This .BAT file should read as follows:
  71.  
  72.          cd\ra\news     -  Or whatever the path to the NEWSDOOR is.
  73.          NEWSDOOR.EXE \ra  <- Note the lack of a trailing backslash.
  74.                       This is the path to your EXITINFO.BBS
  75.                       and DORINFO*.DEF.                                                   This is the path to your dorinfo1.def &
  76.      5) On your "TOP" menu, insert a new line at the very top. The
  77.         very first line should be for the NEWSDOOR. Do what you
  78.         normally do with the USER DISPLAY line. Make the Action
  79.         a TYPE 7. In the optional data field put:
  80.  
  81.         c:\command.com /c NEWSDOOR.BAT
  82.  
  83.         Leave the HOT KEY as nothing. Make it an AUTOMATIC line.
  84.         and finally, turn the flag you wish to use on. You won't need
  85.         to mess with the others.
  86.  
  87.      6) Turn on every users NEWS flag. This will automatically take them
  88.         to the NEWSDOOR. NEWSDOOR will clear this flag after they
  89.         have read all the news. That way, when they have read all the
  90.         news, when they logon again, they won't goto the NEWSDOOR.
  91.         When you change the news, set all the users flags back on
  92.         so they will go to the NEWSDOOR. This is where a mass flag
  93.         changer comes in handy.
  94.  
  95.      7) And last but not least, you need to make your news files.
  96.         You will need to make a ASCII news file. NEWSDOOR will
  97.         search for the .ANS file first, if not found it will load
  98.         the .ASC file. (for those of you who don't want to make both)
  99.         The ANSI of course can contain ANSI colors and characters.
  100.         The ANSI file will need an extension of .ANS and the ASCII
  101.         file will need on with .ASC. (Like you couldn't have
  102.         figured that out) The file names are formatted as follows:
  103.  
  104.  
  105. Options: Well, the door has a few things I though you would like to know.
  106.      First, it has carrier detecton routines, for the twits.
  107.      There are also a few sysop keys.
  108.  
  109.        Alt-C:  Initiate chat mode. hit Alt-C when done with chat.
  110.        Alt-H:  Hangs up on the user..
  111.        Alt-J:  Shells to Dos.
  112.        The Up Arrow:  Adds one minute to the users time.
  113.        The Down Arrow: Subtracts one minute from the users time.
  114.  
  115. Finish:  Well, that should about do it. Well, this software is free, but I 
  116.      request two things from you if you are going to run it. First, do
  117.      not modify, remove, or change any of the files or add a header to 
  118.      this file. Second, send me some Netmail or send me a message in the 
  119.      FidoNet RA echo. I'm just curious who all uses this. If you have 
  120.      any comments, questions, or suggestions for a new feature, feel 
  121.      free to send me some NetMail or give my board a call at 
  122.      918-445-0454. (1:170/203@FidoNet)
  123.  
  124.  
  125.  
  126.